home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  2003-04-03  |  1KB  |  64 lines

  1. object Tipform: TTipform
  2.   Left = 306
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'EarMaster'
  6.   ClientHeight = 76
  7.   ClientWidth = 318
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 10
  23.     Top = 7
  24.     Width = 19
  25.     Height = 28
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 36
  30.     Top = 7
  31.     Width = 273
  32.     Height = 35
  33.     Constraints.MaxWidth = 273
  34.     Constraints.MinHeight = 35
  35.     Constraints.MinWidth = 273
  36.     WordWrap = True
  37.   end
  38.   object Bevel1: TBevel
  39.     Left = 10
  40.     Top = 40
  41.     Width = 301
  42.     Height = 10
  43.     Shape = bsTopLine
  44.   end
  45.   object CheckBox1: TCheckBox
  46.     Left = 10
  47.     Top = 50
  48.     Width = 283
  49.     Height = 13
  50.     Caption = 'Hide this tip'
  51.     TabOrder = 0
  52.   end
  53.   object Button1: TButton
  54.     Left = 250
  55.     Top = 50
  56.     Width = 61
  57.     Height = 20
  58.     Caption = 'Close'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.   end
  63. end
  64.